home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / bug / linux-image-3.2.0-4-486 / include-pci < prev    next >
Encoding:
Text File  |  2012-06-03  |  257 b   |  13 lines

  1. add_pci() {
  2.   echo '** PCI devices:' >&3
  3.   lspci -nnvv >&3 2>/dev/null || echo 'not available' >&3
  4.   echo >&3
  5. }
  6.  
  7. ask_pci() {
  8.   # This information shouldn't vary much between kernel versions, so
  9.   # include it anyway.
  10.   test $same_system = nop || add_pci
  11. }
  12.  
  13.